home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Medabots Cardz
/
Medabots CD Cardz Rokusho.bin
/
pc
/
assets
/
rokusho.dxr
/
00036_Script_36
< prev
next >
Wrap
Text File
|
2001-12-07
|
297b
|
14 lines
property useronline, mysprite
on beginsprite me
set mysprite to the spritenum of me
set the blend of sprite mysprite = 0
end
on exitframe me
useronline = (the environment).internetConnected
if useronline = #offline then
set the blend of sprite(mysprite) = 100
end if
end